put "This is an empty room. Very empty, indeed. So empty, in fact"& ", that there is nothing in it. Absolutely nothing. Absolutely "& "nothing whatsoever. There are exits in every direction." into field "info"
pass opencard
end opencard
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=303 top=136 right=198 bottom=337
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: doorway
----- HyperTalk script -----
on mouseUp
global objectname
put "doorway" into objectname
visual effect zoom open
go to card "guard room door"
global gdoors
put "n" into gdoors
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=196 top=126 right=227 bottom=220
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: doorway
----- HyperTalk script -----
on mouseUp
global objectname
put "doorway" into objectname
visual effect zoom open
go to card "guard room door"
global gdoors
put "w" into gdoors
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=420 top=126 right=227 bottom=445
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: doorway
----- HyperTalk script -----
on mouseUp
global objectname
put "doorway" into objectname
visual effect zoom open
go to card "guard room door"
global gdoors
put "e" into gdoors
end mouseUp
-- part contents for background part 6
----- text -----
This is an empty room. Very empty, indeed. So empty, in fact, that there is nothing in it. Absolutely nothing. Absolutely nothing whatsoever. There are exits in every direction.